home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / _bbs / wc30 / doit.bat < prev    next >
DOS Batch File  |  1993-06-17  |  273b  |  11 lines

  1. rem %1 == disc directory
  2. rem %3 == file name
  3. if exist %cdrom%%1\%filetype% goto ok
  4. echo no such file: %cdrom%%1\%filetype% >> logfile
  5. goto end
  6. :ok
  7. cd %cdrom%%1
  8. %cdrom%\_bbs\c %in_type% wildcat %cdrom%%1 < %cdrom%%filetype% >> %output%\allfiles
  9. cd \_bbs\wc30
  10. :end
  11.